home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection 1998 Fall: Game Toolkit / Disc.iso / SDKs / PCI Driver Development Kit / • Tools / Utility / LoadDriverTest 950518 / Read Me < prev   
Encoding:
Text File  |  1996-08-20  |  902 b   |  33 lines  |  [TEXT/ttxt]

  1. Load Driver Test offers a crude test that an 'ndrv'
  2. driver was built correctly. If your driver doesn't
  3. install, you can use this to check for Code Fragment
  4. Manager problems.
  5.  
  6. Usage:
  7.  
  8. Launch the program. Use the dialog to open your driver.
  9. If there is a problem, the program will display an alert
  10. with the problems it finds.
  11.  
  12. Bugs
  13.  
  14. If the initial test fails, the application presumes
  15. that it is opening a generic 'ndrv' driver. If you test
  16. an Open Transport driver, you'll get an error message
  17. that 'DoDriverIO" is missing. The application should
  18. instead parse the DriverDescription structure to
  19. decide what symbols it needs.
  20.  
  21. Of course, the fact that the application approves does
  22. not mean that the driver will load, as there may be
  23. hardware incompatibilities.
  24.  
  25. The alerts do not look good.
  26.  
  27. MPW compilation has not been attempted.
  28.  
  29. Programmed by
  30. Martin Minow
  31. Apple Computer Inc.
  32. Version of 1-Apr-1995
  33.